home *** CD-ROM | disk | FTP | other *** search
- Message Socket Component
-
- MsgSock makes very simple to exchange window messages between two
- applications: one calls a method (MsgSend), the other one gets an avent
- (MsgReceived) and viceversa.
-
- To send a message the destination handle is needed. To get it you can
- use message broadcast (MsgBroadcast). In this case the sending application
- receives the message too. It can discard it comparing the SourceHandle
- of the message with the Hanlde of its MsgSock component.
-
- I need this component, so I wrote it. If someone find it useful the better.
- It is completely freeware.
-
- The source code is commented but in Italian (no time for translation).
- If you really need help e-mail me.
-
- To install the component simply copy the DCU and the DCR file where
- Delphi could find them and use the Options/Install Components... command.
-
- If someone find bugs or improve it please send the improved version back
- to me.
-
- e-mail: mpv.aica@iol.it
-